home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4364 / 4364.xpi / chrome / elemhidehelper.jar / content / overlayBasic.xul < prev   
Extensible Markup Language  |  2009-07-01  |  1KB  |  33 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://elemhidehelper/skin/overlay.css" type="text/css"?>
  3.  
  4. <!-- ***** BEGIN LICENSE BLOCK *****
  5.      - Version: MPL 1.1
  6.      -
  7.      - The contents of this file are subject to the Mozilla Public License Version
  8.      - 1.1 (the "License"); you may not use this file except in compliance with
  9.      - the License. You may obtain a copy of the License at
  10.      - http://www.mozilla.org/MPL/
  11.      -
  12.      - Software distributed under the License is distributed on an "AS IS" basis,
  13.      - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  14.      - for the specific language governing rights and limitations under the
  15.      - License.
  16.      -
  17.      - The Original Code is Adblock Plus Element Hiding Helper.
  18.      -
  19.      - The Initial Developer of the Original Code is
  20.      - Wladimir Palant.
  21.      - Portions created by the Initial Developer are Copyright (C) 2006-2009
  22.      - the Initial Developer. All Rights Reserved.
  23.      -
  24.      - Contributor(s):
  25.      -
  26.      - ***** END LICENSE BLOCK ***** -->
  27.  
  28. <!DOCTYPE overlay SYSTEM "chrome://elemhidehelper/locale/overlay.dtd">
  29.  
  30. <overlay id="ehh-overlayBasic" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  31.     <script type="application/x-javascript" src="overlayBasic.js"/>  
  32. </overlay>
  33.